reflect.rtype.pointers (method)
6 uses
reflect (current package)
abi.go#L170: if ifaceIndir(rcvr) || rcvr.pointers() {
type.go#L825: func (t *rtype) pointers() bool { return t.ptrdata != 0 }
type.go#L2762: if ft.typ.pointers() {
type.go#L2774: if !ft.typ.pointers() {
type.go#L2871: if ft.pointers() {
value.go#L97: if v.typ.size != goarch.PtrSize || !v.typ.pointers() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)